bitmask: Split bitmask code into two
authorBenjamin Otte <otte@redhat.com>
Thu, 9 Feb 2012 00:44:59 +0000 (01:44 +0100)
committerBenjamin Otte <otte@redhat.com>
Thu, 1 Mar 2012 14:10:36 +0000 (15:10 +0100)
commit27eb83a4101adb608949cebebe59c307627d1e9e
treeb0a80be9a2225cef97ee039ca289660a7e8dd6fa
parent904cf36a5d75827265dbe7e65ab9f8871730be52
bitmask: Split bitmask code into two

This does nothing but turn all GtkBitmask functions into static inline
functions that call the gtk_allocated_bitmask_*() equivalent.

The implementation of the static functions has also been put into a
private header, to not scare people who want to see how things are
implemented.
gtk/Makefile.am
gtk/gtkallocatedbitmask.c [new file with mode: 0644]
gtk/gtkallocatedbitmaskprivate.h [new file with mode: 0644]
gtk/gtkbitmask.c [deleted file]
gtk/gtkbitmaskprivate.h
gtk/gtkbitmaskprivateimpl.h [new file with mode: 0644]
gtk/tests/Makefile.am